Parameters
- values
- The values to assign to the components of the matrix. This must be an array with sixteen elements.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when values is null . |
System.ArgumentOutOfRangeException | Thrown when values contains more or less than sixteen elements. |